▍ humdrum codex / glint v1.0.2
license AGPL-3.0
1.5 KB raw
id
TASK-010
title
Status bar: directory, theme, line:col, word count, help, selection counts
status
🟢 In progress
assignee
created_date
2026-06-29 16:26
updated_date
2026-06-29 17:49
labels
feature, release-1
dependencies
priority
medium
ordinal
10000

Description

Release 1. Rework the status bar to always show: the current directory (the open file's folder, or the working/vault dir), the current theme name, the cursor position as Ln:Col (1-based), the document word count, and a '?' indicator for help (opens the in-app help overlay, TASK-011). When text is selected, additionally show the selection's character count and word count (e.g. '12 chars · 3 words selected'). Lay it out across the bar (left: dir / file + dirty dot; right: Ln:Col · words · theme · ?) without overflowing at narrow widths; keep theme colors (StatusFg/StatusBg). Counts update live.

Acceptance Criteria